local-gcc4.1
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 9 Oct 2022 08:54:21 +0000 (09:54 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sun, 9 Oct 2022 08:54:21 +0000 (09:54 +0100)
commit3cd0dda1e5aeed6b9db9a316e783c2cc208a9f1e
treea1c345b0e5b2b87c2c9d4d8af32810048c50d366
parenta3cbc47a6067548a5c1ebcd8afca6a9a6013ce91
local-gcc4.1

2006-05-30  Falk Hueffner <falk@debian.org>

* sysdeps/unix/sysv/linux/alpha/ioperm.c: force the architecture
  to ev6 in assembly code.

{standard input}: Assembler messages:
{standard input}:341: Error: macro requires $at register while noat in effect
{standard input}:374: Error: macro requires $at register while noat in effect
{standard input}:438: Error: macro requires $at register while noat in effect
{standard input}:471: Error: macro requires $at register while noat in effect
make[3]: *** [/tmp/buildd/glibc-2.3.6/build-tree/alpha-libc/misc/ioperm.o] Error 1

Hrm. gcc puts .arch ev4 into the .s, and this overrides -mev6 for as.
I cannot really think of anything better than

Gbp-Pq: Topic alpha
Gbp-Pq: Name local-gcc4.1.diff
sysdeps/unix/sysv/linux/alpha/ioperm.c